-
Couldn't load subscription status.
- Fork 18
Blog post on async user defined functions #96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Thanks @Adez017 -- I will put it on my lst |
|
FYI @goldmedal perhaps you are interested in helping author this blog post too |
|
Hi @alamb @goldmedal I had made a lot of changes and think its ready |
Co-authored-by: Jax Liu <[email protected]>
Co-authored-by: Jax Liu <[email protected]>
Co-authored-by: Jax Liu <[email protected]>
|
hi @goldmedal as per your suggesstion i had made the changes , please take a look around |
|
CC: @alamb |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some overall thoughts from me:
- Personally not a fan of how "hype" the language in the post is; it reads as far too much marketing speak to me, and in my opinion a more reserved but focused tone on the technical details might leave a better impression. As it currently is, it reads like a blog post a startup would post about their product, which isn't necessarily a bad thing in and of itself, but I don't know if that's the kind of tone we're aiming for in these blogs posts 🤔
- It would be better if the example was a concrete example and not a dummy example. This relates to the previous comment too; if this feature is being hyped so much, at least a concrete example should be provided instead of a template that leaves the actual "async work" up to the imagination of the reader
- Perhaps we should mention how async UDFs differ from table sources; it might seem obvious, but some of the use cases for async UDFs mentioned here (e.g.
Fetch data from cloud object storage on demand) sounds like something you'd achieve via querying tables rather than something you'd do in an async UDF
These are just my personal opinions, feel free to consult other opinions which might differ from mine 👍
Hi @alamb, just finished drafting the basic post with all the things you had mentioned in #16525 . I need you to review for further updates that make it killer